xen/sched: use scratch cpumask instead of allocating it on the stack
authorJuergen Gross <jgross@suse.com>
Fri, 8 Nov 2019 08:15:04 +0000 (09:15 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 22 Jan 2020 17:37:11 +0000 (17:37 +0000)
commit0504233bf714cf9d74f6016e01c1227489ca8694
tree2bc4f755b82d85b22043b5013952e30405783176
parent5be89e469339ca2620bb002d936b830f03008042
xen/sched: use scratch cpumask instead of allocating it on the stack

In rt scheduler there are three instances of cpumasks allocated on the
stack. Replace them by using cpumask_scratch.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Meng Xu <mengxu@cis.upenn.edu>
xen/common/sched/rt.c